home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / yacas_alg / yacas_morphos / share / yacas / include / mathenvironment.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  330 b   |  18 lines

  1. /** \file mathenvironment.h
  2.  *  math language specific version of environment. Currently experimental.
  3.  *
  4.  */
  5.  
  6. #ifndef __mathenvironment_h__
  7. #define __mathenvironment_h__
  8.  
  9. #include "yacasbase.h"
  10. #include "lispenvironment.h"
  11. #include "lispevalhash.h"
  12. #include "lispobject.h"
  13. #include "lispatom.h"
  14. #include "lispglobals.h"
  15.  
  16. #endif
  17.  
  18.